-
Notifications
You must be signed in to change notification settings - Fork 86
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Extending AI Actions #2537
Open
mnocon
wants to merge
14
commits into
IBX-8689
Choose a base branch
from
IBX-8689-extending
base: IBX-8689
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Extending AI Actions #2537
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This reverts commit b719d8c.
This was referenced Nov 11, 2024
code_samples/ change report
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR builds upon the work done in #2473 - and adds the "how to extend" part of the doc, together with references.
I've included the generated PHP API Reference (this is stolen from #2447) - to avoid polluting this PR with too many files the generated reference is extracted to a separate PR (and all the preview links link there).
General preview: preview
New pages or sections:
Testing the use cases locally:
Setup
Run in a project:
git clone https://github.com/ibexa/documentation-developer -b IBX-8689-extending cp -R documentation-developer/code_samples/ai_actions/ . composer run post-install-cmd
Use case 1
php bin/console app:add-alt-text
The image should have alt text generated automatically
Goal: teach readers how to use the AI PHP API
Use case 2
LLaVATextToText
HandlerGoal: teach readers how to create a custom Handler (including Action Handler Form options)
Use case 3
whisper
eztext
field withtranscript
identifier to the File Content TypeGoal: teach readers how to create a custom Action Type, including:
TODO:
Checklist